home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / 3_puck_shuck.swf / scripts / DefineButton2_61 / BUTTONCONDACTION on(release, releaseOutside).as < prev   
Encoding:
Text File  |  2007-03-20  |  216 b   |  11 lines

  1. on(release, releaseOutside){
  2.    if(this.whackmag > 1)
  3.    {
  4.       this.applywhack();
  5.    }
  6.    _root.usebutton = false;
  7.    this.whackbar._visible = 0;
  8.    Mouse.removeListener(mlisten);
  9.    this.whackmag = 0;
  10. }
  11.